home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / easyk110.zip / LUIS.INI < prev    next >
Text File  |  1988-07-29  |  646b  |  23 lines

  1. ECHO \13\10Sending VTAM the command to enter LUIS next...
  2. PAUSE 1
  3. OUTPUT nerluis\13
  4. PAUSE 1
  5. ECHO \13\10 Waiting for "ENTER SELECTION HERE" to enter "1"...
  6. INPUT 20 ENTER SELECTION HERE  
  7. IF SUCCESS GOTO CLOG
  8. ECHO \13\10Did not get CICS log-in selection menu; returning to EasyK...
  9. STOP
  10. :CLOG
  11. OUTPUT 1\13
  12. INPUT 20 SIGNING ON)
  13. ECHO \13\10Entering CICS/LUIS application ID, operator, and password...
  14. OUTPUT fclaayaaaya\13
  15. PAUSE 2
  16. ECHO \13\10Waiting for LUIS to send "SIGN-ON COMPLETE" next...
  17. INPUT 20 SIGN-ON COMPLETE   
  18. ECHO \13\10Entering "LUUF" for the UF Libraries next...
  19. PAUSE 2
  20. OUTPUT LUUF\13
  21. SET INPUT ECHO ON
  22. CONNECT
  23.